[L1T] fixes to l1t module names#39499
Conversation
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39499/32250
|
|
A new Pull Request was created by @cecilecaillol for master. It involves the following packages:
@rekovic, @epalencia, @cmsbuild, @AdrianoDee, @srimanob, @cecilecaillol can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-04b1b3/27766/summary.html Comparison SummarySummary:
|
|
|
||
| from L1Trigger.L1TTrackMatch.l1tTrackerEmuEtMiss_cfi import * | ||
| l1tTrackerEmuEtMiss.L1VertexInputTag = ("L1VertexFinderEmulator","l1verticesEmulation") | ||
| l1tTrackerEmuEtMiss.L1VertexInputTag = ("l1tVertexFinderEmulator","l1verticesEmulation") |
There was a problem hiding this comment.
Is this line the same as in #39401, this line of change:
https://github.com/cms-sw/cmssw/pull/39401/files#diff-c0b64ac0c0be97495049537672bca975f5be0de08e90cb72bd6000e8496bbf4cL170
|
Thanks very much @cecilecaillol |
Yes it is the same fix, I guess it is ok to have in both PRs since the change is identical |
|
+l1 |
|
+Upgrade This PR fixes the remaining L1 collection names |
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
|
type bugfix Will this PR be backported to 12_5_X ? |
|
Ah okay, thanks @epalencia . |
PR description:
Fix L1 collection names after general renaming in earlier PR.
@srimanob FYI